projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a1ebd6
)
(info-nmake): Change into correct directories.
author
Jason Rumney
<jasonr@gnu.org>
Sat, 20 Oct 2007 13:05:54 +0000
(13:05 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sat, 20 Oct 2007 13:05:54 +0000
(13:05 +0000)
nt/ChangeLog
patch
|
blob
|
history
nt/makefile.w32-in
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index 5ee99f3825d1dbe44c38118102b294619412e562..7eeb5338b3cd97cdf232f681ecfe7f1d61a104fa 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,3
+1,7
@@
+2007-10-20 Jason Rumney <jasonr@gnu.org>
+
+ * makefile.w32-in (info-nmake): Change into correct directories.
+
2007-10-20 Eli Zaretskii <eliz@gnu.org>
* configure.bat (docflags, doldflags): New variables.
diff --git
a/nt/makefile.w32-in
b/nt/makefile.w32-in
index 5cb13a79e9abcc09e040d9497211378fa42d3d3f..a792889af24b2d431822603a3ac862d8c6424283 100644
(file)
--- a/
nt/makefile.w32-in
+++ b/
nt/makefile.w32-in
@@
-242,12
+242,13
@@
info: force-info info-$(MAKETYPE)
info-nmake:
\r
cd ..\doc\emacs
\r
$(MAKE) $(MFLAGS) info
\r
- cd ..\
doc\
misc
\r
+ cd ..\misc
\r
$(MAKE) $(MFLAGS) info
\r
- cd ..\
doc\
lispref
\r
+ cd ..\lispref
\r
$(MAKE) $(MFLAGS) info
\r
- cd ..\
doc\
lispintro
\r
+ cd ..\lispintro
\r
$(MAKE) $(MFLAGS) info
\r
+ cd $(MAKEDIR)
\r
\r
info-gmake:
\r
$(MAKE) $(MFLAGS) $(XMFLAGS) -C ../doc/emacs info
\r